-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved painless error toasts #91346
Improved painless error toasts #91346
Conversation
@elasticmachine merge upstream |
…e/kibana into improved_painless_error_toasts_c
Pinging @elastic/kibana-app-services (Team:AppServices) |
…e/kibana into improved_painless_error_toasts_c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💚 Build SucceededMetrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
* better painless error modal
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
Summary
A painless script failed while performing a query. Why?
Before -
After -
to test
edit
src/plugins/index_pattern_management/public/components/field_editor/field_editor.tsx
on line 801 set
isValid
to true and disable the next five lines that were part of the assignment.now you can write bad painless that will easily return errors!